home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / Interfaces&Libraries / Universal / Interfaces / PInterfaces / Speech.p < prev    next >
Encoding:
Text File  |  1998-08-17  |  834 b   |  48 lines  |  [TEXT/MPS ]

  1. {
  2.      File:        Speech.p
  3.  
  4.      Contains:    Speech Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.2
  8.  
  9.      Copyright:    © 1989-1998 by Apple Computer, Inc., all rights reserved.
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. }
  17. {$IFC UNDEFINED UsingIncludes}
  18. {$SETC UsingIncludes := 0}
  19. {$ENDC}
  20.  
  21. {$IFC NOT UsingIncludes}
  22.  UNIT Speech;
  23.  INTERFACE
  24. {$ENDC}
  25.  
  26. {$IFC UNDEFINED __SPEECH__}
  27. {$SETC __SPEECH__ := 1}
  28.  
  29. {$I+}
  30. {$SETC SpeechIncludes := UsingIncludes}
  31. {$SETC UsingIncludes := 1}
  32.  
  33. {
  34.  
  35.     The interface file Speech.h has been renamed to SpeechSynthesis.h.
  36.  
  37. }
  38. {$IFC UNDEFINED __SPEECHSYNTHESIS__}
  39. {$I SpeechSynthesis.p}
  40. {$ENDC}
  41. {$SETC UsingIncludes := SpeechIncludes}
  42.  
  43. {$ENDC} {__SPEECH__}
  44.  
  45. {$IFC NOT UsingIncludes}
  46.  END.
  47. {$ENDC}
  48.